SByteMINumericSByteMMultiply Method
Computes the product of the current value and the specified value.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
SByteM INumeric<SByteM>.Multiply(
SByteM value
)
Private Function Multiply (
value As SByteM
) As SByteM Implements INumeric(Of SByteM).Multiply
private:
virtual SByteM Multiply(
SByteM value
) sealed = INumeric<SByteM>::Multiply
private abstract Multiply :
value : SByteM -> SByteM
private override Multiply :
value : SByteM -> SByteM
- value SByteM
- The value to multiply with the current value.
SByteMThe product of the current value and
value.
INumericTSelfMultiply(TSelf)